home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 347
- Top = 159
- Width = 433
- Height = 122
- Caption = 'Phonebook Example'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 136
- Height = 16
- Caption = 'Phonebook filename:'
- end
- object Edit1: TEdit
- Left = 152
- Top = 8
- Width = 265
- Height = 24
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 184
- Top = 56
- Width = 233
- Height = 33
- Caption = 'Click here to edit the phonebook!'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object ApdPhonebook1: TApdPhonebook
- FileName = 'DATABASE.INI'
- Left = 8
- Top = 60
- end
- object ApdPhonebookEditor1: TApdPhonebookEditor
- Phonebook = ApdPhonebook1
- Left = 40
- Top = 60
- end
- end
-